Home | History | Annotate | Download | only in include

Lines Matching full:setstatus

147     SetStatus(DllExports::GdipCloneImage(nativeImage, &cloneimage));

161 SetStatus(DllExports::GdipGetEncoderParameterListSize(nativeImage,
174 return SetStatus(DllExports::GdipGetEncoderParameterList(nativeImage,
189 return SetStatus(DllExports::GdipSaveImageToFile(nativeImage,
202 return SetStatus(DllExports::GdipSaveImageToStream(nativeImage,
213 return SetStatus(DllExports::GdipSaveAdd(nativeImage,
225 return SetStatus(InvalidParameter);
228 return SetStatus(DllExports::GdipSaveAddImage(nativeImage,
239 SetStatus(DllExports::GdipGetImageType(nativeImage, &type));
251 return SetStatus(InvalidParameter);
257 status = SetStatus(DllExports::GdipGetImageDimension(nativeImage,
272 return SetStatus(DllExports::GdipGetImageBounds(nativeImage,
281 SetStatus(DllExports::GdipGetImageWidth(nativeImage, &width));
291 SetStatus(DllExports::GdipGetImageHeight(nativeImage, &height));
301 SetStatus(DllExports::GdipGetImageHorizontalResolution(nativeImage, &resolution));
311 SetStatus(DllExports::GdipGetImageVerticalResolution(nativeImage, &resolution));
321 SetStatus(DllExports::GdipGetImageFlags(nativeImage, &flags));
329 return SetStatus(DllExports::GdipGetImageRawFormat(nativeImage, format));
337 SetStatus(DllExports::GdipGetImagePixelFormat(nativeImage, &format));
347 SetStatus(DllExports::GdipGetImagePaletteSize(nativeImage, &size));
358 return SetStatus(DllExports::GdipGetImagePalette(nativeImage, palette, size));
366 return SetStatus(DllExports::GdipSetImagePalette(nativeImage, palette));
381 SetStatus(DllExports::GdipGetImageThumbnail(nativeImage,
402 SetStatus(DllExports::GdipImageGetFrameDimensionsCount(nativeImage,
414 return SetStatus(DllExports::GdipImageGetFrameDimensionsList(nativeImage,
426 SetStatus(DllExports::GdipImageGetFrameCount(nativeImage,
438 return SetStatus(DllExports::GdipImageSelectActiveFrame(nativeImage,
448 return SetStatus(DllExports::GdipImageRotateFlip(nativeImage,
459 SetStatus(DllExports::GdipGetPropertyCount(nativeImage,
471 return SetStatus(DllExports::GdipGetPropertyIdList(nativeImage,
482 SetStatus(DllExports::GdipGetPropertyItemSize(nativeImage,
496 return SetStatus(DllExports::GdipGetPropertyItem(nativeImage,
506 return SetStatus(DllExports::GdipGetPropertySize(nativeImage,
520 return SetStatus(InvalidParameter);
522 return SetStatus(DllExports::GdipGetAllPropertyItems(nativeImage,
533 return SetStatus(DllExports::GdipRemovePropertyItem(nativeImage, propId));
541 return SetStatus(DllExports::GdipSetPropertyItem(nativeImage, item));
552 SetStatus(DllExports::GdipGetImageLayout(nativeImage, &layout));
560 return SetStatus(
823 return SetStatus(DllExports::GdipCreateHBITMAPFromBitmap(
834 return SetStatus(DllExports::GdipCreateHICONFromBitmap(
905 SetStatus(DllExports::GdipCloneBitmapArea(
944 return SetStatus(DllExports::GdipBitmapLockBits(
957 return SetStatus(DllExports::GdipBitmapUnlockBits(
970 Status status = SetStatus(DllExports::GdipBitmapGetPixel(
989 return SetStatus(DllExports::GdipBitmapSetPixel(
1000 return SetStatus(DllExports::GdipBitmapSetResolution(